home *** CD-ROM | disk | FTP | other *** search
- //========================================================================================
- //
- // Viwer description for 'MSTR' (ODF multi-string) resources
- //
- // Author: Steve Crutchfield
- //
- // Copyright: (c) 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- //----------------------------------------------------------------------------
- // Main statement.
- //----------------------------------------------------------------------------
-
- DynamicListMargin("Strings:", fList, Width = UseParent)
- DynamicVList(fList, String, Width = UseParent)
- Margin(2, 2, 2, 2)
- HList(Width = UseParent)
- {
- StaticText("String #");
- EditText(fIndex, Width = 20);
- StaticText(":");
-
- Spacer(Width = 5);
-
- EditText(fString);
- }
-